PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DCrossSection Class / setCenterOfRotation Method
A three element array specifying the center of rotation on the cutting plane in world space coordinates.
In This Topic
    setCenterOfRotation Method
    In This Topic
    Sets the center of rotation of the cutting plane.
    Syntax
    public void setCenterOfRotation( 
       double[] centerOfRotation
    )

    Parameters

    centerOfRotation
    A three element array specifying the center of rotation on the cutting plane in world space coordinates.
    Exceptions
    ExceptionDescription
    When centerOfRotation parameter does not have 3 elements.
    See Also